home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-27 | 762 b | 26 lines | [TEXT/R*ch] |
- About Icon LDEF -
-
- Makes a list similar to the Chooser: a system 7 icon with text
- underneath. Cell data should be of the format:
-
-
- Displayable Cells: 4 Bytes, Icon Suite Handle
- ? Bytes, Title text data
-
- - or -
-
- Undisplayed Cells: ? Bytes, Any data you want
-
-
- Because of the manner the icons are stored and displayed, the
- LDEF requires System 7 or later. Placing a Nil handle in the
- first 4 Bytes will leave the icon blank white.
-
- Do not let the system auto-calc the cell size (by passing size
- (0,0)), or your icons wont fit. Cells should be around (40, 60) to
- accomodate the icons and titles.
-
-
- Matt Slot, fprefect@umich.edu - 6/27/95
- From the "Sample LDEFs" package.
-